From b62547a682e9e8240761b9788ca209d55a1aadf9 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sun, 2 Feb 2003 16:04:17 +0000 Subject: [PATCH] (hexl-mode-map): Bind C-m to `hexl-self-insert-command'. --- lisp/hexl.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/hexl.el b/lisp/hexl.el index 420e05b03fd..0844c697208 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -866,6 +866,7 @@ Customize the variable `hexl-follow-ascii' to disable this feature." ;; inserting them into the buffer. (define-key hexl-mode-map [remap self-insert-command] 'hexl-self-insert-command) + (define-key hexl-mode-map "\C-m" 'hexl-self-insert-command) (define-key hexl-mode-map [left] 'hexl-backward-char) (define-key hexl-mode-map [right] 'hexl-forward-char) (define-key hexl-mode-map [up] 'hexl-previous-line) -- 2.30.2